func github.com/go-pg/pg/v10/orm.newTableParams

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		format.go#L285: 				tableParams, _ = newTableParams(params[len(params)-1])
		table_params.go#L10: func newTableParams(strct interface{}) (*tableParams, bool) {